HipAVAudioPlayer

Undocumented in source.

Constructors

this
this(AudioConfig cfg)

For getting better debug information, you need to run this application on Visual Studio. The debug messages actually appears inside the Output window.

Members

Functions

getClip
IHipAudioClip getClip()
Undocumented in source. Be warned that the author may not have intended to support it.
getSource
AHipAudioSource getSource(bool isStreamed)
Undocumented in source. Be warned that the author may not have intended to support it.
loadStreamed
IHipAudioClip loadStreamed(string audioName, uint chunkSize)
Undocumented in source. Be warned that the author may not have intended to support it.
onDestroy
void onDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
play_streamed
bool play_streamed(AHipAudioSource src)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.
updateStream
void updateStream(AHipAudioSource source)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromConfig
AVAudioFormat fromConfig(AudioConfig cfg)
Undocumented in source. Be warned that the author may not have intended to support it.
getAudioConfig
AudioConfig getAudioConfig()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

engine
AVAudioEngine engine;
Undocumented in source.
mixerNode
AVAudioMixerNode mixerNode;
Undocumented in source.
playerNode
AVAudioPlayerNode playerNode;
Undocumented in source.

Inherited Members

From IHipAudioPlayer

play_streamed
bool play_streamed(AHipAudioSource src)
Undocumented in source.
getClip
IHipAudioClip getClip()
Undocumented in source.
loadStreamed
IHipAudioClip loadStreamed(string path, uint chunkSize)
Undocumented in source.
updateStream
void updateStream(AHipAudioSource source)
Undocumented in source.
getSource
AHipAudioSource getSource(bool isStreamed)
Undocumented in source.
onDestroy
void onDestroy()
Undocumented in source.
update
void update()
Undocumented in source.

Meta